SftTree/OCX 7.0

SftTreeRowHeader.ImageHAlign Property

Softel vdm, Inc.

Defines the horizontal alignment of the graphic in this row header.

Syntax       

Get

VB.NET

Style = object.ImageHAlign  As SftTreeHAlignConstants

VB

Style = object.ImageHAlign  As SftTreeHAlignConstants

C#.NET

SftTreeHAlignConstants Style = object.ImageHAlign;

VC++

enum SftTreeHAlignConstants Style = object->ImageHAlign;
enum SftTreeHAlignConstants Style = object->GetImageHAlign();

C

HRESULT object->get_ImageHAlign(enum SftTreeHAlignConstants* Style);

Delphi

Style := object.ImageHAlign  : TOleEnum;

Put

VB.NET

object.ImageHAlign = Style  As SftTreeHAlignConstants

VB

object.ImageHAlign = Style  As SftTreeHAlignConstants

C#.NET

SftTreeHAlignConstants object.ImageHAlign = Style;

VC++

enum SftTreeHAlignConstants object->ImageHAlign = Style;
void object->PutImageHAlign(enum SftTreeHAlignConstants Style);

C

HRESULT object->put_ImageHAlign(enum SftTreeHAlignConstants Style);

Delphi

object.ImageHAlign := Style  : TOleEnum;

object

A SftTreeRowHeader object.

Style

Defines the horizontal alignment of the graphic in this row header.

Name

Value

Description

halignSftTreeLeft

0

The graphic is on the left of the row header text.

halignSftTreeCenter

1

The graphic is centered in the row header. The row header text is not displayed.

halignSftTreeRight

2

The graphic is on the right of the row header text.

Comments

The ImageHAlign property defines the horizontal alignment of the graphic in this row header.

Row header graphics are defined using the RowHeader.Image property.

See Also  SftTreeRowHeader Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com